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
|
@ -0,0 +1,4 @@
|
|||
[
|
||||
"bloodmagic:Corridor1",
|
||||
"bloodmagic:HallChest1"
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue