Skip to content

Commit 1c1aed2

Browse files
committed
add Lava Curtain Stronghold
1 parent 8517bb2 commit 1c1aed2

File tree

6 files changed

+62
-3
lines changed

6 files changed

+62
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
path: './dist'
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v4
52+
uses: actions/deploy-pages@v4

src/config/features.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"portalLabels": true,
3-
"debugForceLabels": true,
3+
"debugForceLabels": false,
44
"lavaGeometry": false,
55
"raycasterOn": false
66
}

src/data/chocolateBnuuy/bases.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,29 @@
482482
"dogs": 0,
483483
"cats": 0
484484
},
485+
{
486+
"label": "Lava Curtain Stronghold",
487+
"location": [-119, 63, -130.5],
488+
"rating": 3,
489+
"hasBed": true,
490+
"hasBasicWorkstation": true,
491+
"hasStorage": true,
492+
"hasSmithing": false,
493+
"hasBrewingStand": false,
494+
"hasEnchantingTable": false,
495+
"hasFood": false,
496+
"hasLava": false,
497+
"hasEnderChest": true,
498+
"hasCherryTree": false,
499+
"village": true,
500+
"ancientCity": false,
501+
"trialChamber": false,
502+
"stronghold": true,
503+
"igloo": false,
504+
"mineshaft": false,
505+
"dogs": 0,
506+
"cats": 0
507+
},
485508
{
486509
"label": "Patch Island Village",
487510
"location": [216.5, 35, -235],
@@ -496,7 +519,7 @@
496519
"hasLava": false,
497520
"hasEnderChest": true,
498521
"hasCherryTree": false,
499-
"village": false,
522+
"village": true,
500523
"ancientCity": false,
501524
"trialChamber": false,
502525
"stronghold": false,

src/data/chocolateBnuuy/nether/doors.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,5 +299,12 @@
299299
"orientation": "z",
300300
"deprecated": false,
301301
"location": [216.5, 35, -231]
302+
},
303+
{
304+
"quantity": 1,
305+
"type": "conn",
306+
"orientation": "z",
307+
"deprecated": false,
308+
"location": [-114, 63, -129]
302309
}
303310
]

src/data/chocolateBnuuy/nether/paths.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,5 +1746,24 @@
17461746
[216.5, 35, -227],
17471747
[216.5, 35, -231]
17481748
]
1749+
},
1750+
{
1751+
"type": "nCave",
1752+
"visible": true,
1753+
"deprecated": false,
1754+
"points": [
1755+
[-116.5, 67, -96.5],
1756+
[-115, 67, -96.5],
1757+
[-114, 68, -96.5],
1758+
[-110.5, 68, -96],
1759+
[-110.5, 69, -97],
1760+
[-109.5, 69, -103],
1761+
[-107.5, 69, -108],
1762+
[-106.5, 67, -114],
1763+
[-106.5, 66, -118],
1764+
[-106.5, 63, -121],
1765+
[-106, 63, -129],
1766+
[-114, 63, -129]
1767+
]
17491768
}
17501769
]

src/data/chocolateBnuuy/nether/rooms.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,15 @@
218218
[212, 35, -238],
219219
[221, 38, -232]
220220
]
221+
},
222+
{
223+
"label": "Lava Curtain Stronghold Portal Room",
224+
"displayLabel": false,
225+
"type": "ogRoom",
226+
"shape": "cuboid",
227+
"corners": [
228+
[-118, 63, -132],
229+
[-115, 66, -128]
230+
]
221231
}
222232
]

0 commit comments

Comments
 (0)