Temporarily removed the dungeon stuff so that it doesn't crash.

This commit is contained in:
WayofTime 2016-08-31 21:05:29 -04:00
parent 8df391a2b7
commit 5a44ac53e0
8 changed files with 76 additions and 22 deletions

View file

@ -1,4 +1,5 @@
{
"dungeonWeight": 4,
"structureMap": {
"bloodmagic:Corridor1": {
"x": 0,

View file

@ -0,0 +1,41 @@
{
"structureMap": {
"bloodmagic:HallChest1": {
"x": 0,
"y": 0,
"z": 0
}
},
"doorMap": {
"west": [
{
"x": 0,
"y": 0,
"z": 4
}
],
"east": [
{
"x": 11,
"y": 0,
"z": 4
}
]
},
"descriptorList": [
{
"minimumOffset": {
"x": 0,
"y": 0,
"z": 0
},
"maximumOffset": {
"x": 12,
"y": 5,
"z": 9
},
"blockPosCache": [],
"cache": true
}
]
}