DimDoors/StevenDimDoors/mod_pocketDim/schematic
SenseiKiwi 1d1d0a767c Fixed Doors and Minor Dungeon Change
Fixed the regression bug that caused some of our doors to get placed in
the wrong direction. Changing doors to inherit from BaseDimDoor caused
BlockRotator to assume they weren't dimensional doors because it used
"instanceof DimensionalDoor" to check. Thanks for figuring it out,
Steven! ^_^

Also made a minor change to dungeon generation. We now check the game
rule doMobSpawning and don't spawn Monoliths from DungeonSchematic if
the value is false. This is useful for testing without Monoliths around.
We still do work to remove the portal frame blocks even if the mobs
aren't spawned.
2013-09-07 20:14:14 -04:00
..
BlockRotator.java Fixed Doors and Minor Dungeon Change 2013-09-07 20:14:14 -04:00
CompactBoundsOperation.java Improved Schematic Class 2013-07-27 17:29:55 -04:00
CompoundFilter.java Fixed Door Bugs 2013-07-30 17:57:05 -04:00
InvalidSchematicException.java Improved Schematic Class 2013-07-27 17:29:55 -04:00
ReplacementFilter.java Fixed Door Bugs 2013-07-30 17:57:05 -04:00
Schematic.java Fixed MCedit 1.7.1 Support 2013-07-31 16:56:42 -04:00
SchematicFilter.java Fixed Door Bugs 2013-07-30 17:57:05 -04:00
WorldCopyOperation.java Improved Schematic Class 2013-07-27 17:29:55 -04:00
WorldOperation.java Improved and Integrated DungeonSchematic 2013-07-30 13:58:14 -04:00