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?)
This commit is contained in:
parent
5a44ac53e0
commit
58150ab075
3 changed files with 24 additions and 19 deletions
|
@ -23,6 +23,6 @@ public class ModDungeons
|
|||
//
|
||||
// DungeonRoomLoader.saveDungeons();
|
||||
|
||||
// DungeonRoomLoader.loadDungeons();
|
||||
DungeonRoomLoader.loadDungeons();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue