Skip to content

Commit 9ca9e98

Browse files
committed
data update
1 parent 13f6b32 commit 9ca9e98

File tree

4 files changed

+96
-2
lines changed

4 files changed

+96
-2
lines changed

src/data/chocolateBnuuy/bases.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
"hasBrewingStand": false,
181181
"hasEnchantingTable": false,
182182
"hasFood": true,
183-
"hasLava": false,
183+
"hasLava": true,
184184
"hasEnderChest": true,
185185
"hasCherryTree": false,
186186
"dogs": 0,
@@ -242,7 +242,7 @@
242242
"location": [183, 91, 266.5],
243243
"rating": 1,
244244
"hasBed": true,
245-
"hasBasicWorkstation": false,
245+
"hasBasicWorkstation": true,
246246
"hasStorage": true,
247247
"hasSmithing": false,
248248
"hasBrewingStand": false,
@@ -287,5 +287,22 @@
287287
"hasCherryTree": false,
288288
"dogs": 0,
289289
"cats": 0
290+
},
291+
{
292+
"label": "Slime Time Trial Chamber",
293+
"location": [101.5, 67, 239],
294+
"rating": 1,
295+
"hasBed": true,
296+
"hasBasicWorkstation": true,
297+
"hasStorage": true,
298+
"hasSmithing": false,
299+
"hasBrewingStand": false,
300+
"hasEnchantingTable": false,
301+
"hasFood": true,
302+
"hasLava": false,
303+
"hasEnderChest": true,
304+
"hasCherryTree": false,
305+
"dogs": 0,
306+
"cats": 0
290307
}
291308
]

src/data/chocolateBnuuy/nether/doors.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,19 @@
222222
"orientation": "x",
223223
"deprecated": false,
224224
"location": [95, 59, -95.5]
225+
},
226+
{
227+
"quantity": 2,
228+
"type": "conn",
229+
"orientation": "x",
230+
"deprecated": false,
231+
"location": [136, 77, 203.5]
232+
},
233+
{
234+
"quantity": 2,
235+
"type": "conn",
236+
"orientation": "x",
237+
"deprecated": false,
238+
"location": [137, 67, 200.5]
225239
}
226240
]

src/data/chocolateBnuuy/nether/paths.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,5 +1295,58 @@
12951295
[50.5, 59, -97],
12961296
[50.5, 59, -24.5]
12971297
]
1298+
},
1299+
{
1300+
"type": "ugTunnel",
1301+
"visible": true,
1302+
"deprecated": false,
1303+
"points": [
1304+
[101.5, 67, 243],
1305+
[101.5, 73, 249],
1306+
[101.5, 73, 250.5],
1307+
[104.5, 73, 250.5],
1308+
[104.5, 73, 250],
1309+
[104.5, 83, 240],
1310+
[104.5, 83, 238.5]
1311+
]
1312+
},
1313+
{
1314+
"type": "exPath",
1315+
"visible": true,
1316+
"deprecated": false,
1317+
"points": [
1318+
[102, 83, 229],
1319+
[107, 81, 225],
1320+
[114, 81, 223],
1321+
[119, 78, 222],
1322+
[128, 76, 221],
1323+
[137, 76, 215],
1324+
[139, 77, 203.5],
1325+
[136, 77, 203.5]
1326+
]
1327+
},
1328+
{
1329+
"type": "ugTunnel",
1330+
"visible": true,
1331+
"deprecated": false,
1332+
"points": [
1333+
[136, 77, 203.5],
1334+
[134, 77, 203.5],
1335+
[129, 72, 203.5],
1336+
[128.5, 72, 203.5],
1337+
[128.5, 72, 200.5],
1338+
[131, 72, 200.5],
1339+
[136, 67, 200.5],
1340+
[137, 67, 200.5]
1341+
]
1342+
},
1343+
{
1344+
"type": "oBridge",
1345+
"visible": true,
1346+
"deprecated": false,
1347+
"points": [
1348+
[137, 67, 200.5],
1349+
[139, 67, 200.5]
1350+
]
12981351
}
12991352
]

src/data/chocolateBnuuy/nether/rooms.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,15 @@
168168
[96, 59, -97],
169169
[100, 62, -94]
170170
]
171+
},
172+
{
173+
"label": "Slime Time Trial Chamber Portal Room",
174+
"displayLabel": false,
175+
"type": "ugRoom",
176+
"shape": "cuboid",
177+
"corners": [
178+
[100, 67, 240],
179+
[103, 70, 243]
180+
]
171181
}
172182
]

0 commit comments

Comments
 (0)