Skip to content

Commit

Permalink
data update
Browse files Browse the repository at this point in the history
  • Loading branch information
mstop4 committed Dec 18, 2024
1 parent 13f6b32 commit 9ca9e98
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 2 deletions.
21 changes: 19 additions & 2 deletions src/data/chocolateBnuuy/bases.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"hasBrewingStand": false,
"hasEnchantingTable": false,
"hasFood": true,
"hasLava": false,
"hasLava": true,
"hasEnderChest": true,
"hasCherryTree": false,
"dogs": 0,
Expand Down Expand Up @@ -242,7 +242,7 @@
"location": [183, 91, 266.5],
"rating": 1,
"hasBed": true,
"hasBasicWorkstation": false,
"hasBasicWorkstation": true,
"hasStorage": true,
"hasSmithing": false,
"hasBrewingStand": false,
Expand Down Expand Up @@ -287,5 +287,22 @@
"hasCherryTree": false,
"dogs": 0,
"cats": 0
},
{
"label": "Slime Time Trial Chamber",
"location": [101.5, 67, 239],
"rating": 1,
"hasBed": true,
"hasBasicWorkstation": true,
"hasStorage": true,
"hasSmithing": false,
"hasBrewingStand": false,
"hasEnchantingTable": false,
"hasFood": true,
"hasLava": false,
"hasEnderChest": true,
"hasCherryTree": false,
"dogs": 0,
"cats": 0
}
]
14 changes: 14 additions & 0 deletions src/data/chocolateBnuuy/nether/doors.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,19 @@
"orientation": "x",
"deprecated": false,
"location": [95, 59, -95.5]
},
{
"quantity": 2,
"type": "conn",
"orientation": "x",
"deprecated": false,
"location": [136, 77, 203.5]
},
{
"quantity": 2,
"type": "conn",
"orientation": "x",
"deprecated": false,
"location": [137, 67, 200.5]
}
]
53 changes: 53 additions & 0 deletions src/data/chocolateBnuuy/nether/paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -1295,5 +1295,58 @@
[50.5, 59, -97],
[50.5, 59, -24.5]
]
},
{
"type": "ugTunnel",
"visible": true,
"deprecated": false,
"points": [
[101.5, 67, 243],
[101.5, 73, 249],
[101.5, 73, 250.5],
[104.5, 73, 250.5],
[104.5, 73, 250],
[104.5, 83, 240],
[104.5, 83, 238.5]
]
},
{
"type": "exPath",
"visible": true,
"deprecated": false,
"points": [
[102, 83, 229],
[107, 81, 225],
[114, 81, 223],
[119, 78, 222],
[128, 76, 221],
[137, 76, 215],
[139, 77, 203.5],
[136, 77, 203.5]
]
},
{
"type": "ugTunnel",
"visible": true,
"deprecated": false,
"points": [
[136, 77, 203.5],
[134, 77, 203.5],
[129, 72, 203.5],
[128.5, 72, 203.5],
[128.5, 72, 200.5],
[131, 72, 200.5],
[136, 67, 200.5],
[137, 67, 200.5]
]
},
{
"type": "oBridge",
"visible": true,
"deprecated": false,
"points": [
[137, 67, 200.5],
[139, 67, 200.5]
]
}
]
10 changes: 10 additions & 0 deletions src/data/chocolateBnuuy/nether/rooms.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,15 @@
[96, 59, -97],
[100, 62, -94]
]
},
{
"label": "Slime Time Trial Chamber Portal Room",
"displayLabel": false,
"type": "ugRoom",
"shape": "cuboid",
"corners": [
[100, 67, 240],
[103, 70, 243]
]
}
]

0 comments on commit 9ca9e98

Please sign in to comment.