Skip to content

Commit 24b6b7d

Browse files
authored
Merge pull request #12 from mstop4/fortress-update
add paths in pointed path fortress
2 parents 43b23bf + 393f5cd commit 24b6b7d

File tree

4 files changed

+413
-3
lines changed

4 files changed

+413
-3
lines changed

src/data/chocolateBnuuy/bases.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,20 @@
148148
"hasLava": false,
149149
"hasEnderChest": false,
150150
"hasCherryTree": false
151+
},
152+
{
153+
"label": "Miracle Diamond Island",
154+
"location": [63.5, 69, 222],
155+
"rating": 2,
156+
"hasBed": true,
157+
"hasBasicWorkstation": true,
158+
"hasStorage": true,
159+
"hasSmithing": false,
160+
"hasBrewingStand": false,
161+
"hasEnchantingTable": false,
162+
"hasFood": false,
163+
"hasLava": false,
164+
"hasEnderChest": true,
165+
"hasCherryTree": false
151166
}
152167
]

src/data/chocolateBnuuy/nether/doors.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,40 @@
103103
"orientation": "x",
104104
"deprecated": false,
105105
"location": [-51, 64, 22.5]
106+
},
107+
{
108+
"quantity": 2,
109+
"type": "conn",
110+
"orientation": "x",
111+
"deprecated": false,
112+
"location": [86, 62, 41.5]
113+
},
114+
{
115+
"quantity": 2,
116+
"type": "conn",
117+
"orientation": "z",
118+
"deprecated": false,
119+
"location": [74.5, 62, 28]
120+
},
121+
{
122+
"quantity": 1,
123+
"type": "conn",
124+
"orientation": "z",
125+
"deprecated": false,
126+
"location": [67, 67, 206]
127+
},
128+
{
129+
"quantity": 1,
130+
"type": "conn",
131+
"orientation": "z",
132+
"deprecated": false,
133+
"location": [63.5, 69, 217]
134+
},
135+
{
136+
"quantity": 1,
137+
"type": "conn",
138+
"orientation": "x",
139+
"deprecated": false,
140+
"location": [42, 75, 72]
106141
}
107142
]

0 commit comments

Comments
 (0)