Properly added API
Actually put the API in the correct spot >.>
This commit is contained in:
parent
2dafb837f1
commit
bc2530583a
13 changed files with 187 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"dungeonWeight": 4,
|
||||
"dungeonWeight": 2,
|
||||
"structureMap": {
|
||||
"bloodmagic:four_way_corridor": {
|
||||
"x": 0,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"dungeonWeight": 8,
|
||||
"dungeonWeight": 4,
|
||||
"structureMap": {
|
||||
"bloodmagic:ore_hold_1": {
|
||||
"x": 0,
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"dungeonWeight": 2,
|
||||
"structureMap": {
|
||||
"bloodmagic:overlapped_corridor": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
"doorMap": {
|
||||
"north": [
|
||||
{
|
||||
"x": 5,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
],
|
||||
"south": [
|
||||
{
|
||||
"x": 5,
|
||||
"y": 0,
|
||||
"z": 10
|
||||
}
|
||||
],
|
||||
"west": [
|
||||
{
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 5
|
||||
}
|
||||
],
|
||||
"east": [
|
||||
{
|
||||
"x": 10,
|
||||
"y": 4,
|
||||
"z": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
"descriptorList": [
|
||||
{
|
||||
"minimumOffset": {
|
||||
"x": 3,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"maximumOffset": {
|
||||
"x": 8,
|
||||
"y": 5,
|
||||
"z": 11
|
||||
},
|
||||
"blockPosCache": [],
|
||||
"cache": true
|
||||
},
|
||||
{
|
||||
"minimumOffset": {
|
||||
"x": 0,
|
||||
"y": 4,
|
||||
"z": 3
|
||||
},
|
||||
"maximumOffset": {
|
||||
"x": 11,
|
||||
"y": 9,
|
||||
"z": 8
|
||||
},
|
||||
"blockPosCache": [],
|
||||
"cache": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,3 +1,7 @@
|
|||
[
|
||||
"bloodmagic:t_corridor"
|
||||
"bloodmagic:t_corridor",
|
||||
"bloodmagic:four_way_corridor_loot",
|
||||
"bloodmagic:four_way_corridor",
|
||||
"bloodmagic:ore_hold_1",
|
||||
"bloodmagic:straight_corridor"
|
||||
]
|
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"dungeonWeight": 4,
|
||||
"structureMap": {
|
||||
"bloodmagic:spiral_staircase": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
}
|
||||
},
|
||||
"doorMap": {
|
||||
"north": [
|
||||
{
|
||||
"x": 5,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 12,
|
||||
"z": 0
|
||||
}
|
||||
],
|
||||
"south": [
|
||||
{
|
||||
"x": 5,
|
||||
"y": 0,
|
||||
"z": 14
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 12,
|
||||
"z": 10
|
||||
}
|
||||
],
|
||||
"west": [
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 5
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 12,
|
||||
"z": 5
|
||||
}
|
||||
],
|
||||
"east": [
|
||||
{
|
||||
"x": 10,
|
||||
"y": 0,
|
||||
"z": 5
|
||||
},
|
||||
{
|
||||
"x": 10,
|
||||
"y": 6,
|
||||
"z": 5
|
||||
},
|
||||
{
|
||||
"x": 10,
|
||||
"y": 12,
|
||||
"z": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
"descriptorList": [
|
||||
{
|
||||
"minimumOffset": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
"maximumOffset": {
|
||||
"x": 11,
|
||||
"y": 18,
|
||||
"z": 11
|
||||
},
|
||||
"blockPosCache": [],
|
||||
"cache": true
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"dungeonWeight": 4,
|
||||
"dungeonWeight": 2,
|
||||
"structureMap": {
|
||||
"bloodmagic:straight_corridor": {
|
||||
"x": 0,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"dungeonWeight": 12,
|
||||
"dungeonWeight": 2,
|
||||
"structureMap": {
|
||||
"bloodmagic:t_corridor": {
|
||||
"x": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue