DimDoors/StevenDimDoors/mod_pocketDim/dungeon/pack
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
..
DungeonChainRule.java Progress on Implementing Dungeon Packs 2013-08-21 14:26:10 -04:00
DungeonChainRuleDefinition.java Progress on Implementing Dungeon Packs 2013-08-21 14:26:10 -04:00
DungeonPack.java Fixed ClassCastException in DungeonPack 2013-12-20 01:10:55 -04:00
DungeonPackConfig.java Progress on Implementing Dungeon Packs 2013-08-21 14:26:10 -04:00
DungeonPackConfigReader.java Progress on Implementing Dungeon Packs 2013-08-21 14:26:10 -04:00
DungeonType.java Progress on Implementing Dungeon Packs 2013-08-05 09:48:49 -04:00