Make More Mob Cages Spawn
After doing some digging, and creating a new custom world to make comparisons with, I have found the tag that must be changed.
- Download and install an NBT editor. (I used NBTExplorer.)
- Head to your .minecraft install folder.
-
Open your saves folder, then the world you want to edit.
-
Open the "level.dat" file with the NBT editor you got previously.
-
Open the data section
- About halfway down the screen there will be a tag for "generatorOptions"
- Open the tag value and insert the following, (noting that if you have custom generated a world, this tag may already have a value):
{"useDungeons":true,"dungeonChance":**X**"}
Note the X; The X is how many times per chunk the game will try to make a mob cage/spawner. The default is 7.
- Then make sure to save, and do keep in mind that this will only apply to newly loaded chunks.