Skip to content

Commit

Permalink
Merge pull request #12 from mstop4/fortress-update
Browse files Browse the repository at this point in the history
add paths in pointed path fortress
  • Loading branch information
mstop4 authored Oct 6, 2024
2 parents 43b23bf + 393f5cd commit 24b6b7d
Show file tree
Hide file tree
Showing 4 changed files with 413 additions and 3 deletions.
15 changes: 15 additions & 0 deletions src/data/chocolateBnuuy/bases.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,20 @@
"hasLava": false,
"hasEnderChest": false,
"hasCherryTree": false
},
{
"label": "Miracle Diamond Island",
"location": [63.5, 69, 222],
"rating": 2,
"hasBed": true,
"hasBasicWorkstation": true,
"hasStorage": true,
"hasSmithing": false,
"hasBrewingStand": false,
"hasEnchantingTable": false,
"hasFood": false,
"hasLava": false,
"hasEnderChest": true,
"hasCherryTree": false
}
]
35 changes: 35 additions & 0 deletions src/data/chocolateBnuuy/nether/doors.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,40 @@
"orientation": "x",
"deprecated": false,
"location": [-51, 64, 22.5]
},
{
"quantity": 2,
"type": "conn",
"orientation": "x",
"deprecated": false,
"location": [86, 62, 41.5]
},
{
"quantity": 2,
"type": "conn",
"orientation": "z",
"deprecated": false,
"location": [74.5, 62, 28]
},
{
"quantity": 1,
"type": "conn",
"orientation": "z",
"deprecated": false,
"location": [67, 67, 206]
},
{
"quantity": 1,
"type": "conn",
"orientation": "z",
"deprecated": false,
"location": [63.5, 69, 217]
},
{
"quantity": 1,
"type": "conn",
"orientation": "x",
"deprecated": false,
"location": [42, 75, 72]
}
]
Loading

0 comments on commit 24b6b7d

Please sign in to comment.