DimDoors/StevenDimDoors/mod_pocketDim/dungeon
SenseiKiwi 13458029b4 Fixed ClassCastException in DungeonPack
Fixed a bug in DungeonPack that would trigger a rare ClassCastException
during dungeon selection. We were comparing instances of DungeonType
against WeightedContainer<DungeonType>. This wouldn't break dungeon
generation because DD falls back on selecting a random dungeon if
rule-based selection fails. It would allow duplicate dungeons to appear
in the same chain, though.
2013-12-20 01:10:55 -04:00
..
pack Fixed ClassCastException in DungeonPack 2013-12-20 01:10:55 -04:00
DungeonData.java THE UPDATE 2013-11-05 18:15:23 -05:00
DungeonSchematic.java THE UPDATE 2013-11-05 18:15:23 -05:00
FillContainersOperation.java Improved Dungeon Loot and Selection 2013-08-24 07:52:35 -04:00
ModBlockFilter.java Created DungeonSchematic Class 2013-07-29 09:58:47 -04:00
SpecialBlockFinder.java Fixed Door Bugs 2013-07-30 17:57:05 -04:00