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:
Nicholas Ignoffo 2016-08-31 20:32:31 -07:00
parent 5a44ac53e0
commit 58150ab075
3 changed files with 24 additions and 19 deletions

View file

@ -0,0 +1,4 @@
[
"bloodmagic:Corridor1",
"bloodmagic:HallChest1"
]