Attempted to add a new schematic, but for some reason the generated schematic is non-functional. (Divination Sigil is in testing mode)

Added some more stuff to the Downgrade ritual.
This commit is contained in:
WayofTime 2016-10-10 10:57:29 -04:00
parent f74f46ab4a
commit 2e192ff29c
7 changed files with 87 additions and 13 deletions

View file

@ -0,0 +1,47 @@
{
"dungeonWeight": 4,
"structureMap": {
"bloodmagic:Building1": {
"x": 0,
"y": 0,
"z": 0
}
},
"doorMap": {
"south": [
{
"x": 7,
"y": 0,
"z": 14
},
{
"x": 4,
"y": 8,
"z": 14
}
],
"north": [
{
"x": 4,
"y": 8,
"z": 0
}
]
},
"descriptorList": [
{
"minimumOffset": {
"x": 0,
"y": 0,
"z": 0
},
"maximumOffset": {
"x": 15,
"y": 13,
"z": 15
},
"blockPosCache": [],
"cache": true
}
]
}

View file

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