Skip to content

Commit 0b5a69d

Browse files
committed
add Sublowre base
1 parent d780a84 commit 0b5a69d

File tree

4 files changed

+55
-1
lines changed

4 files changed

+55
-1
lines changed

src/data/chocolateBnuuy/bases.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,5 +574,29 @@
574574
"oceanMonument": false,
575575
"dogs": 0,
576576
"cats": 0
577+
},
578+
{
579+
"label": "Sublower Base",
580+
"location": [8.5, 35, -47],
581+
"rating": 1,
582+
"hasBed": true,
583+
"hasBasicWorkstation": true,
584+
"hasStorage": true,
585+
"hasSmithing": false,
586+
"hasBrewingStand": false,
587+
"hasEnchantingTable": false,
588+
"hasFood": false,
589+
"hasLava": false,
590+
"hasEnderChest": true,
591+
"hasCherryTree": false,
592+
"village": false,
593+
"ancientCity": false,
594+
"trialChamber": false,
595+
"stronghold": false,
596+
"igloo": false,
597+
"mineshaft": false,
598+
"oceanMonument": false,
599+
"dogs": 0,
600+
"cats": 0
577601
}
578602
]

src/data/chocolateBnuuy/nether/doors.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,5 +306,12 @@
306306
"orientation": "z",
307307
"deprecated": false,
308308
"location": [-114, 63, -129]
309+
},
310+
{
311+
"quantity": 1,
312+
"type": "conn",
313+
"orientation": "x",
314+
"deprecated": false,
315+
"location": [-11, 35, -52.5]
309316
}
310317
]

src/data/chocolateBnuuy/nether/paths.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,11 @@
10041004
[-27.5, 42, -79.5],
10051005
[-27.5, 42, -78],
10061006
[-27.5, 39, -75],
1007-
[-27, 39, -72]
1007+
[-27, 39, -72],
1008+
[-21, 38, -68],
1009+
[-18, 36, -61],
1010+
[-14, 36, -54],
1011+
[-11, 35, -52.5]
10081012
]
10091013
},
10101014
{
@@ -1777,5 +1781,14 @@
17771781
[97.5, 68, 222],
17781782
[97.5, 68, 220]
17791783
]
1784+
},
1785+
{
1786+
"type": "ugTunnel",
1787+
"visible": true,
1788+
"deprecated": false,
1789+
"points": [
1790+
[6.5, 35, -52.5],
1791+
[-11, 35, -52.5]
1792+
]
17801793
}
17811794
]

src/data/chocolateBnuuy/nether/rooms.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,15 @@
238238
[96, 68, 218],
239239
[99, 71, 220]
240240
]
241+
},
242+
{
243+
"label": "Sublower Base Portal Room",
244+
"displayLabel": false,
245+
"type": "ugRoom",
246+
"shape": "cuboid",
247+
"corners": [
248+
[7, 35, -53],
249+
[10, 38, -48]
250+
]
241251
}
242252
]

0 commit comments

Comments
 (0)