BloodMagic/src/main/java/WayofTime/bloodmagic/structures
Nicholas Ignoffo 58150ab075 Fix reading dungeon files (#899)
Now requires new rooms to be registered in `resources/assets/bloodmagic/schematics/Schematics.json`. This *can* be overwritten by a resource pack, so adding new rooms is still possible. Also allows sub-folders, so sorting rooms is now possible (sort by themes maybe?)
2016-08-31 20:32:31 -07:00
..
BuildTestStructure.java Fixed 1.9.4 compat. 2016-08-26 18:14:04 -04:00
Dungeon.java Properly serialize and deserialize the Dungeon rooms 2016-08-21 13:17:04 -04:00
DungeonRoom.java Temporarily removed the dungeon stuff so that it doesn't crash. 2016-08-31 21:05:29 -04:00
DungeonRoomLoader.java Fix reading dungeon files (#899) 2016-08-31 20:32:31 -07:00
DungeonRoomRegistry.java Properly serialize and deserialize the Dungeon rooms 2016-08-21 13:17:04 -04:00
DungeonStructure.java Fixed 1.9.4 compat. 2016-08-26 18:14:04 -04:00
DungeonTester.java More tests with dungeon generation 2016-08-20 17:16:07 -04:00
DungeonUtil.java Testing the infrastructure and adding more things such as AreaDescriptor transforms and checking for overlaps. 2016-08-20 14:00:08 -04:00
ModDungeons.java Fix reading dungeon files (#899) 2016-08-31 20:32:31 -07:00