diff options
Diffstat (limited to 'features')
| -rw-r--r-- | features/dungeonRoutes/index.js | 36 | ||||
| -rw-r--r-- | features/dungeonRoutes/temproomdata.json | 2688 | ||||
| -rw-r--r-- | features/dungeonSolvers/f7data.json | 263 | ||||
| -rw-r--r-- | features/dungeonSolvers/index.js | 185 | ||||
| -rw-r--r-- | features/nether/index.js | 7 |
5 files changed, 3114 insertions, 65 deletions
diff --git a/features/dungeonRoutes/index.js b/features/dungeonRoutes/index.js index 7282822..6439f49 100644 --- a/features/dungeonRoutes/index.js +++ b/features/dungeonRoutes/index.js @@ -28,6 +28,16 @@ class DungeonRoutes extends Feature { this.registerEvent("worldLoad", this.worldLoad) this.registerStep(true, 5, () => { + let roomId = this.getCurrentRoomId() + if (this.lastRoomId !== roomId) { + this.lastRoomId = roomId + this.actionId = 0 + this.recentEtherwarps = [] + this.recentMines = [] + this.recentLocations = [] + this.recentTnts = [] + } + if (this.recentLocations.length === 0 || Math.ceil(Player.getX()) !== this.recentLocations[this.recentLocations.length - 1].loc[0] || Math.ceil(Player.getY()) !== this.recentLocations[this.recentLocations.length - 1].loc[1] @@ -50,14 +60,34 @@ class DungeonRoutes extends Feature { if (this.recentLocations.length >= 2) drawLinePoints(this.recentLocations.map(a => [a.loc[0] - 0.5, a.loc[1] + 0.1, a.loc[2] - 0.5]), 0, 0, 255, 2, true) }) + this.idMap = new Map() + this.fullRoomData = JSON.parse(FileLib.read("SoopyV2", "features/dungeonRoutes/temproomdata.json")) + this.fullRoomData.forEach((d, i) => { + d.id.forEach(id => { + this.idMap.set(id, i) + }) + }) let roomData = {} + this.lastRoomId = undefined - this.registerCommand("roomname", (...name) => { - name = name.join(" ") - + this.registerCommand("roomid", (...name) => { + ChatLib.chat(JSON.stringify(this.getCurrentRoomData(), undefined, 2)) }) } + getCurrentRoomData() { + let roomId = this.idMap.get(this.getCurrentRoomId()) + if (roomId === undefined) return null + + return this.fullRoomData[roomId] + } + + getCurrentRoomId() { + let id = Scoreboard.getLineByIndex(Scoreboard.getLines().length - 1).getName().trim().split(" ").pop() + + return id + } + worldLoad() { this.recentEtherwarps = [] this.recentMines = [] diff --git a/features/dungeonRoutes/temproomdata.json b/features/dungeonRoutes/temproomdata.json new file mode 100644 index 0000000..580e84c --- /dev/null +++ b/features/dungeonRoutes/temproomdata.json @@ -0,0 +1,2688 @@ +[ + { + "id": [ + "282,66", + "102,66" + ], + "name": "Spawn", + "type": "spawn", + "shape": "1x1", + "doors": "D", + "secrets": 0, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 0 + }, + "soul": false + }, + { + "name": "Mithril Cave", + "type": "mobs", + "shape": "2x2", + "secrets": 10, + "crypts": 11, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 3, + "chest": 7 + }, + "soul": false, + "id": [ + "710,-592" + ] + }, + { + "name": "Doors", + "type": "mobs", + "shape": "1x2", + "secrets": 5, + "crypts": 7, + "revive_stones": 1, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 1, + "item": 0, + "chest": 4 + }, + "soul": false, + "id": [ + "642,-384" + ] + }, + { + "name": "Locked Away", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 1, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "246,-132" + ] + }, + { + "name": "Beams", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 2, + "crypts": 2, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "750,-240" + ] + }, + { + "name": "Hall", + "type": "mobs", + "shape": "1x1", + "doors": " ", + "secrets": 0, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 0 + }, + "soul": false, + "id": [ + "30,-204" + ] + }, + { + "name": "Banners", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 1, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "30,-276" + ] + }, + { + "name": "Andesite", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 2, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 0 + }, + "soul": false, + "id": [ + "30,-132" + ] + }, + { + "name": "Painting", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 2, + "crypts": 0, + "revive_stones": 0, + "journals": 1, + "spiders": false, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 0 + }, + "soul": false, + "id": [ + "30,-96" + ] + }, + { + "name": "Multicolored", + "type": "mobs", + "shape": "1x1", + "doors": "X", + "secrets": 1, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "66,-348" + ] + }, + { + "name": "Black Flag", + "type": "mobs", + "shape": "1x1", + "doors": "X", + "secrets": 3, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 2 + }, + "soul": false, + "id": [ + "534,-312" + ] + }, + { + "name": "Overgrown Chains", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 2, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "642,-168" + ] + }, + { + "name": "Chains", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 2, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 2 + }, + "soul": false, + "id": [ + "498,-132" + ] + }, + { + "name": "Golden Oasis", + "type": "mobs", + "shape": "1x1", + "doors": "X", + "secrets": 1, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 1, + "bat": 0, + "item": 0, + "chest": 2 + }, + "soul": false, + "id": [ + "174,-312" + ] + }, + { + "name": "Redstone Warrior", + "type": "mobs", + "shape": "1x2", + "secrets": 3, + "crypts": 4, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 2 + }, + "soul": false, + "id": [ + "1118,-384" + ] + }, + { + "name": "Silvers Sword", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 1, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "30,-168" + ] + }, + { + "name": "Pedestal", + "type": "mobs", + "shape": "1x2", + "secrets": 5, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": true, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 3 + }, + "soul": false, + "id": [ + "30,-384" + ] + }, + { + "name": "Temple", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 3, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 1, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "678,-240" + ] + }, + { + "name": "Big Red Flag", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 2, + "crypts": 1, + "revive_stones": 1, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 2, + "chest": 0 + }, + "soul": false, + "id": [ + "102,-96" + ] + }, + { + "name": "Mural", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "crypts": 0, + "secrets": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "462,-132" + ] + }, + { + "name": "Perch", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 2, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "462,-96" + ] + }, + { + "name": "End", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 2, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "678,-168" + ] + }, + { + "name": "Cage", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 1, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "498,-276" + ] + }, + { + "name": "Sloth", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 1, + "crypts": 1, + "revive_stones": 1, + "journals": 1, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 0 + }, + "soul": false, + "id": [ + "66,-276" + ] + }, + { + "name": "Steps", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 1, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 1, + "item": 0, + "chest": 0 + }, + "soul": false, + "id": [ + "138,-204" + ] + }, + { + "name": "Granite", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 2, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 0 + }, + "soul": false, + "id": [ + "66,-168" + ] + }, + { + "name": "Crypt", + "type": "mobs", + "shape": "1x2", + "secrets": 5, + "crypts": 2, + "revive_stones": 0, + "journals": 1, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 4 + }, + "soul": true, + "id": [ + "438,-384" + ] + }, + { + "name": "Dueces", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 3, + "crypts": 6, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 1, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "138,-168" + ] + }, + { + "name": "Red Green", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 3, + "crypts": 2, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 2, + "chest": 1 + }, + "soul": false, + "id": [ + "570,-240" + ] + }, + { + "name": "Long Hall", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 3, + "crypts": 3, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 3 + }, + "soul": false, + "id": [ + "534,-96" + ] + }, + { + "name": "Mirror", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 1, + "crypts": 0, + "revive_stones": 0, + "journals": 1, + "spiders": true, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "174,-168" + ] + }, + { + "name": "Quad Lava", + "type": "mobs", + "shape": "1x1", + "doors": "X", + "secrets": 2, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 2 + }, + "soul": false, + "id": [ + "30,-348" + ] + }, + { + "name": "Waterfall", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 2, + "crypts": 5, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 1, + "item": 0, + "chest": 0 + }, + "soul": false, + "id": [ + "210,-96" + ] + }, + { + "name": "Basement", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 1, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 0 + }, + "soul": false, + "id": [ + "66,-96" + ] + }, + { + "name": "Dip", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 2, + "crypts": 3, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 2 + }, + "soul": false, + "id": [ + "498,-240" + ] + }, + { + "name": "Water", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 2, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 1, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "498,-204" + ] + }, + { + "name": "Dome", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 2, + "crypts": 2, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 1, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "642,-240" + ] + }, + { + "name": "Scaffolding", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 2, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "210,-132" + ] + }, + { + "name": "Small Stairs", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 2, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "606,-168" + ] + }, + { + "name": "Tomioka", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 0, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 0 + }, + "soul": true, + "id": [ + "138,-132" + ] + }, + { + "name": "Mushroom", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 1, + "crypts": 0, + "revive_stones": "100k per", + "journals": 1, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "174,-132" + ] + }, + { + "name": "Slabs", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 2, + "crypts": 2, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 2 + }, + "soul": false, + "id": [ + "570,-168" + ] + }, + { + "name": "Duncan", + "type": "mobs", + "shape": "1x1", + "doors": "T", + "secrets": 1, + "crypts": 0, + "revive_stones": 0, + "journals": 1, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 0 + }, + "soul": false, + "id": [ + "30,-240" + ] + }, + { + "name": "Logs", + "type": "mobs", + "shape": "1x1", + "doors": "X", + "secrets": 4, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 4 + }, + "soul": false, + "id": [ + "102,-312" + ] + }, + { + "name": "Cages", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 2, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "750,-168" + ] + }, + { + "name": "Admin", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 0, + "crypts": 34, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 0 + }, + "soul": true, + "id": [ + "102,-168" + ] + }, + { + "name": "Skull", + "type": "mobs", + "shape": "1x2", + "secrets": 2, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 2 + }, + "soul": false, + "id": [ + "98,-384" + ] + }, + { + "name": "Balcony", + "type": "mobs", + "shape": "1x2", + "secrets": 4, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 1, + "item": 1, + "chest": 2 + }, + "soul": false, + "id": [ + "710,-384" + ] + }, + { + "name": "Knight", + "type": "mobs", + "shape": "1x1", + "doors": "X", + "secrets": 3, + "crypts": 0, + "revive_stones": 0, + "journals": 1, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 1, + "item": 0, + "chest": 2 + }, + "soul": false, + "id": [ + "66,-312" + ] + }, + { + "name": "Sarcophagus", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 3, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 1, + "item": 0, + "chest": 1 + }, + "soul": false, + "id": [ + "462,-204" + ] + }, + { + "name": "Drop", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 2, + "crypts": 6, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 2 + }, + "soul": false, + "id": [ + "462,-168" + ] + }, + { + "name": "Raccoon", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 4, + "crypts": 2, + "revive_stones": 0, + "journals": 1, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 4 + }, + "soul": true, + "id": [ + "174,-96" + ] + }, + { + "name": "Double Diamond", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 3, + "crypts": 0, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 1 + }, + "soul": false, + "id": [ + "642,-96" + ] + }, + { + "name": "Blue Skulls", + "type": "mobs", + "shape": "1x1", + "doors": "L", + "secrets": 1, + "crypts": 4, + "revive_stones": 0, + "journals": 1, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, + "chest": 0 + }, + "soul": false, + "id": [ + "102,-132" + ] + }, + { + "name": "Leaves", + "type": "mobs", + "shape": "1x1", + "doors": "X", + "secrets": 1, + "crypts": 1, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 1 + }, + "soul": true, + "id": [ + "66,-240" + ] + }, + { + "name": "Withermancers", + "type": "mobs", + "shape": "L", + "secrets": 4, + "crypts": 6, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 1, + "redstone_key": 0, + "bat": 0, + "item": 0, + "chest": 3 + }, + "soul": false, + "id": [ + "710,-524" + ] + }, + { + "name": "Redstone Key", + "type": "mobs", + "shape": "1x1", + "doors": "I", + "secrets": 3, + "crypts": 4, + "revive_stones": 0, + "journals": 0, + "spiders": false, + "secret_details": { + "wither": 0, + "redstone_key": 0, + "bat": 0, + "item": 1, |
